| Previous | Chapter contents | Chapter top | Section top | Next |
A string atom contains a string. The structure of a string atom is defined by the VRStringAtom data type:
typedef struct VRStringAtom {
UInt16 stringUsage;
UInt16 stringLength;
unsigned char theString[4];
} VRStringAtom, *VRStringAtomPtr;
| Previous | Chapter contents | Chapter top | Section top | Next |